Html Css Color HEX #CEFCA0 Reef

📋 copy color: '#CEFCA0'

red 206 ◦ green 252 ◦ blue 160

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

Shades of Reef #CEFCA0

Tints of Reef #CEFCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.78%

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

R = 33.33%
G = 40.78%
B = 25.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#CEFCA0 (or 0xCEFCA0) is known color: Reef. HEX triplet: CE, FC and A0. RGB value is (206,252,160). Sum of RGB (Red+Green+Blue) = 206+252+160=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA0 is #31035F. Grayscale: #E4E4E4. Windows color (decimal): -3212128 or 10550478. OLE color: 10550478.

HSL color Cylindrical-coordinate representation of color #CEFCA0: hue angle of 90º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEFCA0 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 160 -
CMYK 0.18 0 0.37 0.01
HSL 90º 0.94% 0.81% -
HSV(B) 90º 0.37% 0.99% -
XYZ 66.61 85.28 46.21 -
YUV 227.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 206 252 160 0.18 0 0.37 0.01 90 0.94 0.81
Hex CE FC A0 12 0 25 1 5A 5E 51
Octal 316 374 240 22 0 45 1 132 136 121
Binary 11001110 11111100 10100000 10010 0 100101 1 1011010 1011110 1010001

Color Harmonies of #CEFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFCA0

Black with #CEFCA0

Text Example


Text Example

White with #CEFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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