Html Css Color HEX #CCEFA1 Reef

📋 copy color: '#CCEFA1'

red 204 ◦ green 239 ◦ blue 161

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

Shades of Reef #CCEFA1

Tints of Reef #CCEFA1

RGB

 RED value IS 204 (80.08% from 255) = 33.77%

 GREEN value IS 239 (93.75% from 255) = 39.57%

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

R = 33.77%
G = 39.57%
B = 26.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#CCEFA1 (or 0xCCEFA1) is known color: Reef. HEX triplet: CC, EF and A1. RGB value is (204,239,161). Sum of RGB (Red+Green+Blue) = 204+239+161=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA1 is #33105E. Grayscale: #DBDBDB. Windows color (decimal): -3346527 or 10612684. OLE color: 10612684.

HSL color Cylindrical-coordinate representation of color #CCEFA1: hue angle of 86.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEFA1 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 161 -
CMYK 0.15 0 0.33 0.06
HSL 86.92º 0.71% 0.78% -
HSV(B) 86.92º 0.33% 0.94% -
XYZ 62.2 77.14 45.33 -
YUV 219.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 204 239 161 0.15 0 0.33 0.06 86.92 0.71 0.78
Hex CC EF A1 F 0 21 6 57 47 4E
Octal 314 357 241 17 0 41 6 127 107 116
Binary 11001100 11101111 10100001 1111 0 100001 110 1010111 1000111 1001110

Color Harmonies of #CCEFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFA1

Black with #CCEFA1

Text Example


Text Example

White with #CCEFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFA1; }

 p { color: rgb(204,239,161); }

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

background-color css

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

 a { background-color: rgb(204,239,161); }

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

border-color css

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

 span { border-color: rgb(204,239,161); }

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