Html Css Color HEX #CCEAA1 Reef

📋 copy color: '#CCEAA1'

red 204 ◦ green 234 ◦ blue 161

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

Shades of Reef #CCEAA1

Tints of Reef #CCEAA1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.07%

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

R = 34.06%
G = 39.07%
B = 26.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#CCEAA1 (or 0xCCEAA1) is known color: Reef. HEX triplet: CC, EA and A1. RGB value is (204,234,161). Sum of RGB (Red+Green+Blue) = 204+234+161=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA1 is #33155E. Grayscale: #D8D8D8. Windows color (decimal): -3347807 or 10611404. OLE color: 10611404.

HSL color Cylindrical-coordinate representation of color #CCEAA1: hue angle of 84.66º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCEAA1 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 161 -
CMYK 0.13 0 0.31 0.08
HSL 84.66º 0.63% 0.77% -
HSV(B) 84.66º 0.31% 0.92% -
XYZ 60.76 74.26 44.85 -
YUV 216.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 204 234 161 0.13 0 0.31 0.08 84.66 0.63 0.77
Hex CC EA A1 D 0 1F 8 55 3F 4D
Octal 314 352 241 15 0 37 10 125 77 115
Binary 11001100 11101010 10100001 1101 0 11111 1000 1010101 111111 1001101

Color Harmonies of #CCEAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAA1

Black with #CCEAA1

Text Example


Text Example

White with #CCEAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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