Html Css Color HEX #CEFBA2 Reef

📋 copy color: '#CEFBA2'

red 206 ◦ green 251 ◦ blue 162

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

Shades of Reef #CEFBA2

Tints of Reef #CEFBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.17%

R = 33.28%
G = 40.55%
B = 26.17%

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

#CEFBA2 (or 0xCEFBA2) is known color: Reef. HEX triplet: CE, FB and A2. RGB value is (206,251,162). Sum of RGB (Red+Green+Blue) = 206+251+162=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFBA2 is #31045D. Grayscale: #E3E3E3. Windows color (decimal): -3212382 or 10681294. OLE color: 10681294.

HSL color Cylindrical-coordinate representation of color #CEFBA2: hue angle of 90.34º degrees, saturation: 0.92, 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 #CEFBA2 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 251 162 -
CMYK 0.18 0 0.35 0.02
HSL 90.34º 0.92% 0.81% -
HSV(B) 90.34º 0.35% 0.98% -
XYZ 66.47 84.72 47.03 -
YUV 227.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 206 251 162 0.18 0 0.35 0.02 90.34 0.92 0.81
Hex CE FB A2 12 0 23 2 5A 5C 51
Octal 316 373 242 22 0 43 2 132 134 121
Binary 11001110 11111011 10100010 10010 0 100011 10 1011010 1011100 1010001

Color Harmonies of #CEFBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFBA2

Black with #CEFBA2

Text Example


Text Example

White with #CEFBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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