Html Css Color HEX #96CEC4 Bermuda

📋 copy color: '#96CEC4'

red 150 ◦ green 206 ◦ blue 196

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

Shades of Bermuda #96CEC4

Tints of Bermuda #96CEC4

RGB

 RED value IS 150 (58.98% from 255) = 27.17%

 GREEN value IS 206 (80.86% from 255) = 37.32%

 BLUE value IS 196 (76.95% from 255) = 35.51%

R = 27.17%
G = 37.32%
B = 35.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#96CEC4 (or 0x96CEC4) is known color: Bermuda. HEX triplet: 96, CE and C4. RGB value is (150,206,196). Sum of RGB (Red+Green+Blue) = 150+206+196=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC4 is #69313B. Grayscale: #BCBCBC. Windows color (decimal): -6893884 or 12897942. OLE color: 12897942.

HSL color Cylindrical-coordinate representation of color #96CEC4: hue angle of 169.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEC4 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 196 -
CMYK 0.27 0 0.05 0.19
HSL 169.29º 0.36% 0.7% -
HSV(B) 169.29º 0.27% 0.81% -
XYZ 44.61 54.61 60.41 -
YUV 188.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 150 206 196 0.27 0 0.05 0.19 169.29 0.36 0.7
Hex 96 CE C4 1B 0 5 13 A9 24 46
Octal 226 316 304 33 0 5 23 251 44 106
Binary 10010110 11001110 11000100 11011 0 101 10011 10101001 100100 1000110

Color Harmonies of #96CEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEC4

Black with #96CEC4

Text Example


Text Example

White with #96CEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CEC4; }

 p { color: rgb(150,206,196); }

 H1.HeaderClassName
 {
   color: #96CEC4;
 }
 .AnyTagClassName
 {
   color: #96CEC4;
 }
</style>

background-color css

<style>
 a { background-color: #96CEC4; }

 a { background-color: rgb(150,206,196); }

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

border-color css

<style>
 span { border-color: #96CEC4; }

 span { border-color: rgb(150,206,196); }

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