Html Css Color HEX #CFEEA1 Reef

📋 copy color: '#CFEEA1'

red 207 ◦ green 238 ◦ blue 161

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

Shades of Reef #CFEEA1

Tints of Reef #CFEEA1

RGB

 RED value IS 207 (81.25% from 255) = 34.16%

 GREEN value IS 238 (93.36% from 255) = 39.27%

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

R = 34.16%
G = 39.27%
B = 26.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#CFEEA1 (or 0xCFEEA1) is known color: Reef. HEX triplet: CF, EE and A1. RGB value is (207,238,161). Sum of RGB (Red+Green+Blue) = 207+238+161=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEA1 is #30115E. Grayscale: #DCDCDC. Windows color (decimal): -3150175 or 10612431. OLE color: 10612431.

HSL color Cylindrical-coordinate representation of color #CFEEA1: hue angle of 84.16º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEEA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 161 -
CMYK 0.13 0 0.32 0.07
HSL 84.16º 0.69% 0.78% -
HSV(B) 84.16º 0.32% 0.93% -
XYZ 62.74 76.99 45.27 -
YUV 219.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 207 238 161 0.13 0 0.32 0.07 84.16 0.69 0.78
Hex CF EE A1 D 0 20 7 54 45 4E
Octal 317 356 241 15 0 40 7 124 105 116
Binary 11001111 11101110 10100001 1101 0 100000 111 1010100 1000101 1001110

Color Harmonies of #CFEEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEA1

Black with #CFEEA1

Text Example


Text Example

White with #CFEEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEA1; }

 p { color: rgb(207,238,161); }

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

background-color css

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

 a { background-color: rgb(207,238,161); }

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

border-color css

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

 span { border-color: rgb(207,238,161); }

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