Html Css Color HEX #CCE69A Reef

📋 copy color: '#CCE69A'

red 204 ◦ green 230 ◦ blue 154

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

Shades of Reef #CCE69A

Tints of Reef #CCE69A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.12%

 BLUE value IS 154 (60.55% from 255) = 26.19%

R = 34.69%
G = 39.12%
B = 26.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CCE69A (or 0xCCE69A) is known color: Reef. HEX triplet: CC, E6 and 9A. RGB value is (204,230,154). Sum of RGB (Red+Green+Blue) = 204+230+154=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE69A is #331965. Grayscale: #D5D5D5. Windows color (decimal): -3348838 or 10151628. OLE color: 10151628.

HSL color Cylindrical-coordinate representation of color #CCE69A: hue angle of 80.53º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE69A is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 154 -
CMYK 0.11 0 0.33 0.10
HSL 80.53º 0.6% 0.75% -
HSV(B) 80.53º 0.33% 0.9% -
XYZ 59.03 71.76 41.31 -
YUV 213.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 204 230 154 0.11 0 0.33 0.10 80.53 0.6 0.75
Hex CC E6 9A B 0 21 A 51 3C 4B
Octal 314 346 232 13 0 41 12 121 74 113
Binary 11001100 11100110 10011010 1011 0 100001 1010 1010001 111100 1001011

Color Harmonies of #CCE69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE69A

Black with #CCE69A

Text Example


Text Example

White with #CCE69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE69A; }

 p { color: rgb(204,230,154); }

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

background-color css

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

 a { background-color: rgb(204,230,154); }

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

border-color css

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

 span { border-color: rgb(204,230,154); }

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