Html Css Color HEX #CEFBA1 Reef

📋 copy color: '#CEFBA1'

red 206 ◦ green 251 ◦ blue 161

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

Shades of Reef #CEFBA1

Tints of Reef #CEFBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.05%

R = 33.33%
G = 40.61%
B = 26.05%

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

#CEFBA1 (or 0xCEFBA1) is known color: Reef. HEX triplet: CE, FB and A1. RGB value is (206,251,161). Sum of RGB (Red+Green+Blue) = 206+251+161=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFBA1 is #31045E. Grayscale: #E3E3E3. Windows color (decimal): -3212383 or 10615758. OLE color: 10615758.

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

Color convert

RGB 206 251 161 -
CMYK 0.18 0 0.36 0.02
HSL 90º 0.92% 0.81% -
HSV(B) 90º 0.36% 0.98% -
XYZ 66.38 84.69 46.57 -
YUV 227.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 206 251 161 0.18 0 0.36 0.02 90 0.92 0.81
Hex CE FB A1 12 0 24 2 5A 5C 51
Octal 316 373 241 22 0 44 2 132 134 121
Binary 11001110 11111011 10100001 10010 0 100100 10 1011010 1011100 1010001

Color Harmonies of #CEFBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFBA1

Black with #CEFBA1

Text Example


Text Example

White with #CEFBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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