Html Css Color HEX #CCFAA2 Reef

📋 copy color: '#CCFAA2'

red 204 ◦ green 250 ◦ blue 162

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

Shades of Reef #CCFAA2

Tints of Reef #CCFAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.3%

R = 33.12%
G = 40.58%
B = 26.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#CCFAA2 (or 0xCCFAA2) is known color: Reef. HEX triplet: CC, FA and A2. RGB value is (204,250,162). Sum of RGB (Red+Green+Blue) = 204+250+162=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA2 is #33055D. Grayscale: #E2E2E2. Windows color (decimal): -3343710 or 10681036. OLE color: 10681036.

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

Color convert

RGB 204 250 162 -
CMYK 0.18 0 0.35 0.02
HSL 91.36º 0.9% 0.81% -
HSV(B) 91.36º 0.35% 0.98% -
XYZ 65.61 83.82 46.9 -
YUV 226.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 204 250 162 0.18 0 0.35 0.02 91.36 0.9 0.81
Hex CC FA A2 12 0 23 2 5B 5A 51
Octal 314 372 242 22 0 43 2 133 132 121
Binary 11001100 11111010 10100010 10010 0 100011 10 1011011 1011010 1010001

Color Harmonies of #CCFAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAA2

Black with #CCFAA2

Text Example


Text Example

White with #CCFAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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