Html Css Color HEX #CEFAA3 Reef

📋 copy color: '#CEFAA3'

red 206 ◦ green 250 ◦ blue 163

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

Shades of Reef #CEFAA3

Tints of Reef #CEFAA3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.39%

 BLUE value IS 163 (64.06% from 255) = 26.33%

R = 33.28%
G = 40.39%
B = 26.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#CEFAA3 (or 0xCEFAA3) is known color: Reef. HEX triplet: CE, FA and A3. RGB value is (206,250,163). Sum of RGB (Red+Green+Blue) = 206+250+163=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAA3 is #31055C. Grayscale: #E3E3E3. Windows color (decimal): -3212637 or 10746574. OLE color: 10746574.

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

Color convert

RGB 206 250 163 -
CMYK 0.18 0 0.35 0.02
HSL 90.34º 0.9% 0.81% -
HSV(B) 90.34º 0.35% 0.98% -
XYZ 66.25 84.14 47.4 -
YUV 226.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 206 250 163 0.18 0 0.35 0.02 90.34 0.9 0.81
Hex CE FA A3 12 0 23 2 5A 5A 51
Octal 316 372 243 22 0 43 2 132 132 121
Binary 11001110 11111010 10100011 10010 0 100011 10 1011010 1011010 1010001

Color Harmonies of #CEFAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFAA3

Black with #CEFAA3

Text Example


Text Example

White with #CEFAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFAA3; }

 p { color: rgb(206,250,163); }

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

background-color css

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

 a { background-color: rgb(206,250,163); }

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

border-color css

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

 span { border-color: rgb(206,250,163); }

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