Html Css Color HEX #96CEC0 Bermuda

📋 copy color: '#96CEC0'

red 150 ◦ green 206 ◦ blue 192

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

Shades of Bermuda #96CEC0

Tints of Bermuda #96CEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 27.37%
G = 37.59%
B = 35.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#96CEC0 (or 0x96CEC0) is known color: Bermuda. HEX triplet: 96, CE and C0. RGB value is (150,206,192). Sum of RGB (Red+Green+Blue) = 150+206+192=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC0 is #69313F. Grayscale: #BBBBBB. Windows color (decimal): -6893888 or 12635798. OLE color: 12635798.

HSL color Cylindrical-coordinate representation of color #96CEC0: hue angle of 165º 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 #96CEC0 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 192 -
CMYK 0.27 0 0.07 0.19
HSL 165º 0.36% 0.7% -
HSV(B) 165º 0.27% 0.81% -
XYZ 44.16 54.43 58.05 -
YUV 187.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 150 206 192 0.27 0 0.07 0.19 165 0.36 0.7
Hex 96 CE C0 1B 0 7 13 A5 24 46
Octal 226 316 300 33 0 7 23 245 44 106
Binary 10010110 11001110 11000000 11011 0 111 10011 10100101 100100 1000110

Color Harmonies of #96CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEC0

Black with #96CEC0

Text Example


Text Example

White with #96CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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