Html Css Color HEX #CEECA0 Reef

📋 copy color: '#CEECA0'

red 206 ◦ green 236 ◦ blue 160

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

Shades of Reef #CEECA0

Tints of Reef #CEECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.2%

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

R = 34.22%
G = 39.2%
B = 26.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#CEECA0 (or 0xCEECA0) is known color: Reef. HEX triplet: CE, EC and A0. RGB value is (206,236,160). Sum of RGB (Red+Green+Blue) = 206+236+160=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECA0 is #31135F. Grayscale: #DADADA. Windows color (decimal): -3216224 or 10546382. OLE color: 10546382.

HSL color Cylindrical-coordinate representation of color #CEECA0: hue angle of 83.68º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEECA0 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 236 160 -
CMYK 0.13 0 0.32 0.07
HSL 83.68º 0.67% 0.78% -
HSV(B) 83.68º 0.32% 0.93% -
XYZ 61.79 75.65 44.6 -
YUV 218.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 206 236 160 0.13 0 0.32 0.07 83.68 0.67 0.78
Hex CE EC A0 D 0 20 7 54 43 4E
Octal 316 354 240 15 0 40 7 124 103 116
Binary 11001110 11101100 10100000 1101 0 100000 111 1010100 1000011 1001110

Color Harmonies of #CEECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECA0

Black with #CEECA0

Text Example


Text Example

White with #CEECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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