Html Css Color HEX #CEFCAB Reef

📋 copy color: '#CEFCAB'

red 206 ◦ green 252 ◦ blue 171

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

Shades of Reef #CEFCAB

Tints of Reef #CEFCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.19%

R = 32.75%
G = 40.06%
B = 27.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#CEFCAB (or 0xCEFCAB) is known color: Reef. HEX triplet: CE, FC and AB. RGB value is (206,252,171). Sum of RGB (Red+Green+Blue) = 206+252+171=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCAB is #310354. Grayscale: #E5E5E5. Windows color (decimal): -3212117 or 11271374. OLE color: 11271374.

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

Color convert

RGB 206 252 171 -
CMYK 0.18 0 0.32 0.01
HSL 94.07º 0.93% 0.83% -
HSV(B) 94.07º 0.32% 0.99% -
XYZ 67.61 85.68 51.5 -
YUV 229.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 206 252 171 0.18 0 0.32 0.01 94.07 0.93 0.83
Hex CE FC AB 12 0 20 1 5E 5D 53
Octal 316 374 253 22 0 40 1 136 135 123
Binary 11001110 11111100 10101011 10010 0 100000 1 1011110 1011101 1010011

Color Harmonies of #CEFCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFCAB

Black with #CEFCAB

Text Example


Text Example

White with #CEFCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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