Html Css Color HEX #CEEA9B Reef

📋 copy color: '#CEEA9B'

red 206 ◦ green 234 ◦ blue 155

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

Shades of Reef #CEEA9B

Tints of Reef #CEEA9B

RGB

 RED value IS 206 (80.86% from 255) = 34.62%

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

 BLUE value IS 155 (60.94% from 255) = 26.05%

R = 34.62%
G = 39.33%
B = 26.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#CEEA9B (or 0xCEEA9B) is known color: Reef. HEX triplet: CE, EA and 9B. RGB value is (206,234,155). Sum of RGB (Red+Green+Blue) = 206+234+155=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA9B is #311564. Grayscale: #D8D8D8. Windows color (decimal): -3216741 or 10218190. OLE color: 10218190.

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

Color convert

RGB 206 234 155 -
CMYK 0.12 0 0.34 0.08
HSL 81.27º 0.65% 0.76% -
HSV(B) 81.27º 0.34% 0.92% -
XYZ 60.79 74.33 42.15 -
YUV 216.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 206 234 155 0.12 0 0.34 0.08 81.27 0.65 0.76
Hex CE EA 9B C 0 22 8 51 41 4C
Octal 316 352 233 14 0 42 10 121 101 114
Binary 11001110 11101010 10011011 1100 0 100010 1000 1010001 1000001 1001100

Color Harmonies of #CEEA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA9B

Black with #CEEA9B

Text Example


Text Example

White with #CEEA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA9B; }

 p { color: rgb(206,234,155); }

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

background-color css

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

 a { background-color: rgb(206,234,155); }

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

border-color css

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

 span { border-color: rgb(206,234,155); }

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