Html Css Color HEX #CEFBA0 Reef

📋 copy color: '#CEFBA0'

red 206 ◦ green 251 ◦ blue 160

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

Shades of Reef #CEFBA0

Tints of Reef #CEFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.68%

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

R = 33.39%
G = 40.68%
B = 25.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#CEFBA0 (or 0xCEFBA0) is known color: Reef. HEX triplet: CE, FB and A0. RGB value is (206,251,160). Sum of RGB (Red+Green+Blue) = 206+251+160=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFBA0 is #31045F. Grayscale: #E3E3E3. Windows color (decimal): -3212384 or 10550222. OLE color: 10550222.

HSL color Cylindrical-coordinate representation of color #CEFBA0: hue angle of 89.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEFBA0 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 251 160 -
CMYK 0.18 0 0.36 0.02
HSL 89.67º 0.92% 0.81% -
HSV(B) 89.67º 0.36% 0.98% -
XYZ 66.3 84.65 46.1 -
YUV 227.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 206 251 160 0.18 0 0.36 0.02 89.67 0.92 0.81
Hex CE FB A0 12 0 24 2 5A 5C 51
Octal 316 373 240 22 0 44 2 132 134 121
Binary 11001110 11111011 10100000 10010 0 100100 10 1011010 1011100 1010001

Color Harmonies of #CEFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFBA0

Black with #CEFBA0

Text Example


Text Example

White with #CEFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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