Html Css Color HEX #CEEAA0 Reef

📋 copy color: '#CEEAA0'

red 206 ◦ green 234 ◦ blue 160

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

Shades of Reef #CEEAA0

Tints of Reef #CEEAA0

RGB

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

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

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

R = 34.33%
G = 39%
B = 26.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#CEEAA0 (or 0xCEEAA0) is known color: Reef. HEX triplet: CE, EA and A0. RGB value is (206,234,160). Sum of RGB (Red+Green+Blue) = 206+234+160=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAA0 is #31155F. Grayscale: #D9D9D9. Windows color (decimal): -3216736 or 10545870. OLE color: 10545870.

HSL color Cylindrical-coordinate representation of color #CEEAA0: hue angle of 82.7º 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 #CEEAA0 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 160 -
CMYK 0.12 0 0.32 0.08
HSL 82.7º 0.64% 0.77% -
HSV(B) 82.7º 0.32% 0.92% -
XYZ 61.22 74.51 44.41 -
YUV 217.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 206 234 160 0.12 0 0.32 0.08 82.7 0.64 0.77
Hex CE EA A0 C 0 20 8 53 40 4D
Octal 316 352 240 14 0 40 10 123 100 115
Binary 11001110 11101010 10100000 1100 0 100000 1000 1010011 1000000 1001101

Color Harmonies of #CEEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAA0

Black with #CEEAA0

Text Example


Text Example

White with #CEEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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