Html Css Color HEX #CCFAA6 Reef

📋 copy color: '#CCFAA6'

red 204 ◦ green 250 ◦ blue 166

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

Shades of Reef #CCFAA6

Tints of Reef #CCFAA6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.32%

 BLUE value IS 166 (65.23% from 255) = 26.77%

R = 32.9%
G = 40.32%
B = 26.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#CCFAA6 (or 0xCCFAA6) is known color: Reef. HEX triplet: CC, FA and A6. RGB value is (204,250,166). Sum of RGB (Red+Green+Blue) = 204+250+166=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA6 is #330559. Grayscale: #E2E2E2. Windows color (decimal): -3343706 or 10943180. OLE color: 10943180.

HSL color Cylindrical-coordinate representation of color #CCFAA6: hue angle of 92.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCFAA6 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 166 -
CMYK 0.18 0 0.34 0.02
HSL 92.86º 0.89% 0.82% -
HSV(B) 92.86º 0.34% 0.98% -
XYZ 65.97 83.96 48.81 -
YUV 226.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 204 250 166 0.18 0 0.34 0.02 92.86 0.89 0.82
Hex CC FA A6 12 0 22 2 5D 59 52
Octal 314 372 246 22 0 42 2 135 131 122
Binary 11001100 11111010 10100110 10010 0 100010 10 1011101 1011001 1010010

Color Harmonies of #CCFAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAA6

Black with #CCFAA6

Text Example


Text Example

White with #CCFAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAA6; }

 p { color: rgb(204,250,166); }

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

background-color css

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

 a { background-color: rgb(204,250,166); }

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

border-color css

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

 span { border-color: rgb(204,250,166); }

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