Html Css Color HEX #CBEA9D Reef

📋 copy color: '#CBEA9D'

red 203 ◦ green 234 ◦ blue 157

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

Shades of Reef #CBEA9D

Tints of Reef #CBEA9D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.39%

 BLUE value IS 157 (61.72% from 255) = 26.43%

R = 34.18%
G = 39.39%
B = 26.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CBEA9D (or 0xCBEA9D) is known color: Reef. HEX triplet: CB, EA and 9D. RGB value is (203,234,157). Sum of RGB (Red+Green+Blue) = 203+234+157=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA9D is #341562. Grayscale: #D8D8D8. Windows color (decimal): -3413347 or 10349259. OLE color: 10349259.

HSL color Cylindrical-coordinate representation of color #CBEA9D: hue angle of 84.16º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBEA9D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 157 -
CMYK 0.13 0 0.33 0.08
HSL 84.16º 0.65% 0.77% -
HSV(B) 84.16º 0.33% 0.92% -
XYZ 60.14 73.98 43.01 -
YUV 215.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 203 234 157 0.13 0 0.33 0.08 84.16 0.65 0.77
Hex CB EA 9D D 0 21 8 54 41 4D
Octal 313 352 235 15 0 41 10 124 101 115
Binary 11001011 11101010 10011101 1101 0 100001 1000 1010100 1000001 1001101

Color Harmonies of #CBEA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA9D

Black with #CBEA9D

Text Example


Text Example

White with #CBEA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA9D; }

 p { color: rgb(203,234,157); }

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

background-color css

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

 a { background-color: rgb(203,234,157); }

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

border-color css

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

 span { border-color: rgb(203,234,157); }

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