Html Css Color HEX #CBEB9E Reef

📋 copy color: '#CBEB9E'

red 203 ◦ green 235 ◦ blue 158

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

Shades of Reef #CBEB9E

Tints of Reef #CBEB9E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.43%

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

R = 34.06%
G = 39.43%
B = 26.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CBEB9E (or 0xCBEB9E) is known color: Reef. HEX triplet: CB, EB and 9E. RGB value is (203,235,158). Sum of RGB (Red+Green+Blue) = 203+235+158=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEB9E is #341461. Grayscale: #D8D8D8. Windows color (decimal): -3413090 or 10415051. OLE color: 10415051.

HSL color Cylindrical-coordinate representation of color #CBEB9E: hue angle of 84.94º degrees, saturation: 0.66, 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 #CBEB9E is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 158 -
CMYK 0.14 0 0.33 0.08
HSL 84.94º 0.66% 0.77% -
HSV(B) 84.94º 0.33% 0.92% -
XYZ 60.51 74.58 43.55 -
YUV 216.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 203 235 158 0.14 0 0.33 0.08 84.94 0.66 0.77
Hex CB EB 9E E 0 21 8 55 42 4D
Octal 313 353 236 16 0 41 10 125 102 115
Binary 11001011 11101011 10011110 1110 0 100001 1000 1010101 1000010 1001101

Color Harmonies of #CBEB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB9E

Black with #CBEB9E

Text Example


Text Example

White with #CBEB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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