Html Css Color HEX #95CFBE Bermuda

📋 copy color: '#95CFBE'

red 149 ◦ green 207 ◦ blue 190

#95CFBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #95CFBE

Tints of Bermuda #95CFBE

RGB

 RED value IS 149 (58.59% from 255) = 27.29%

 GREEN value IS 207 (81.25% from 255) = 37.91%

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 27.29%
G = 37.91%
B = 34.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95CFBE (or 0x95CFBE) is known color: Bermuda. HEX triplet: 95, CF and BE. RGB value is (149,207,190). Sum of RGB (Red+Green+Blue) = 149+207+190=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #95CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CFBE is #6A3041. Grayscale: #BBBBBB. Windows color (decimal): -6959170 or 12504981. OLE color: 12504981.

HSL color Cylindrical-coordinate representation of color #95CFBE: hue angle of 162.41º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CFBE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 207 190 -
CMYK 0.28 0 0.08 0.19
HSL 162.41º 0.38% 0.7% -
HSV(B) 162.41º 0.28% 0.81% -
XYZ 44 54.73 56.96 -
YUV 187.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 149 207 190 0.28 0 0.08 0.19 162.41 0.38 0.7
Hex 95 CF BE 1C 0 8 13 A2 26 46
Octal 225 317 276 34 0 10 23 242 46 106
Binary 10010101 11001111 10111110 11100 0 1000 10011 10100010 100110 1000110

Color Harmonies of #95CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CFBE

Black with #95CFBE

Text Example


Text Example

White with #95CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CFBE; }

 p { color: rgb(149,207,190); }

 H1.HeaderClassName
 {
   color: #95CFBE;
 }
 .AnyTagClassName
 {
   color: #95CFBE;
 }
</style>

background-color css

<style>
 a { background-color: #95CFBE; }

 a { background-color: rgb(149,207,190); }

 div.DivClassName
 {
   background-color: #95CFBE;
 }
 .BgClassName
 {
   background-color: #95CFBE;
 }
</style>

border-color css

<style>
 span { border-color: #95CFBE; }

 span { border-color: rgb(149,207,190); }

 td.TdClassName
 {
   border-color: #95CFBE;
 }
 .TagClassName
 {
   border-color: #95CFBE;
 }
</style>