Html Css Color HEX #CBEA9E Reef

📋 copy color: '#CBEA9E'

red 203 ◦ green 234 ◦ blue 158

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

Shades of Reef #CBEA9E

Tints of Reef #CBEA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.55%

R = 34.12%
G = 39.33%
B = 26.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#CBEA9E (or 0xCBEA9E) is known color: Reef. HEX triplet: CB, EA and 9E. RGB value is (203,234,158). Sum of RGB (Red+Green+Blue) = 203+234+158=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA9E is #341561. Grayscale: #D8D8D8. Windows color (decimal): -3413346 or 10414795. OLE color: 10414795.

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

Color convert

RGB 203 234 158 -
CMYK 0.13 0 0.32 0.08
HSL 84.47º 0.64% 0.77% -
HSV(B) 84.47º 0.32% 0.92% -
XYZ 60.22 74.01 43.46 -
YUV 216.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 203 234 158 0.13 0 0.32 0.08 84.47 0.64 0.77
Hex CB EA 9E D 0 20 8 54 40 4D
Octal 313 352 236 15 0 40 10 124 100 115
Binary 11001011 11101010 10011110 1101 0 100000 1000 1010100 1000000 1001101

Color Harmonies of #CBEA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA9E

Black with #CBEA9E

Text Example


Text Example

White with #CBEA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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