Html Css Color HEX #CBEEA0 Reef

📋 copy color: '#CBEEA0'

red 203 ◦ green 238 ◦ blue 160

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

Shades of Reef #CBEEA0

Tints of Reef #CBEEA0

RGB

 RED value IS 203 (79.69% from 255) = 33.78%

 GREEN value IS 238 (93.36% from 255) = 39.6%

 BLUE value IS 160 (62.89% from 255) = 26.62%

R = 33.78%
G = 39.6%
B = 26.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#CBEEA0 (or 0xCBEEA0) is known color: Reef. HEX triplet: CB, EE and A0. RGB value is (203,238,160). Sum of RGB (Red+Green+Blue) = 203+238+160=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA0 is #34115F. Grayscale: #DADADA. Windows color (decimal): -3412320 or 10546891. OLE color: 10546891.

HSL color Cylindrical-coordinate representation of color #CBEEA0: hue angle of 86.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBEEA0 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 160 -
CMYK 0.15 0 0.33 0.07
HSL 86.92º 0.7% 0.78% -
HSV(B) 86.92º 0.33% 0.93% -
XYZ 61.55 76.38 44.76 -
YUV 218.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 203 238 160 0.15 0 0.33 0.07 86.92 0.7 0.78
Hex CB EE A0 F 0 21 7 57 46 4E
Octal 313 356 240 17 0 41 7 127 106 116
Binary 11001011 11101110 10100000 1111 0 100001 111 1010111 1000110 1001110

Color Harmonies of #CBEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEA0

Black with #CBEEA0

Text Example


Text Example

White with #CBEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEA0; }

 p { color: rgb(203,238,160); }

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

background-color css

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

 a { background-color: rgb(203,238,160); }

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

border-color css

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

 span { border-color: rgb(203,238,160); }

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