Html Css Color HEX #CCEFA3 Reef

📋 copy color: '#CCEFA3'

red 204 ◦ green 239 ◦ blue 163

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

Shades of Reef #CCEFA3

Tints of Reef #CCEFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.9%

R = 33.66%
G = 39.44%
B = 26.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#CCEFA3 (or 0xCCEFA3) is known color: Reef. HEX triplet: CC, EF and A3. RGB value is (204,239,163). Sum of RGB (Red+Green+Blue) = 204+239+163=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA3 is #33105C. Grayscale: #DCDCDC. Windows color (decimal): -3346525 or 10743756. OLE color: 10743756.

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

Color convert

RGB 204 239 163 -
CMYK 0.15 0 0.32 0.06
HSL 87.63º 0.7% 0.79% -
HSV(B) 87.63º 0.32% 0.94% -
XYZ 62.38 77.21 46.27 -
YUV 219.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 204 239 163 0.15 0 0.32 0.06 87.63 0.7 0.79
Hex CC EF A3 F 0 20 6 58 46 4F
Octal 314 357 243 17 0 40 6 130 106 117
Binary 11001100 11101111 10100011 1111 0 100000 110 1011000 1000110 1001111

Color Harmonies of #CCEFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFA3

Black with #CCEFA3

Text Example


Text Example

White with #CCEFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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