Html Css Color HEX #CAE6AF Reef

📋 copy color: '#CAE6AF'

red 202 ◦ green 230 ◦ blue 175

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

Shades of Reef #CAE6AF

Tints of Reef #CAE6AF

RGB

 RED value IS 202 (79.3% from 255) = 33.28%

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

 BLUE value IS 175 (68.75% from 255) = 28.83%

R = 33.28%
G = 37.89%
B = 28.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#CAE6AF (or 0xCAE6AF) is known color: Reef. HEX triplet: CA, E6 and AF. RGB value is (202,230,175). Sum of RGB (Red+Green+Blue) = 202+230+175=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE6AF is #351950. Grayscale: #D7D7D7. Windows color (decimal): -3479889 or 11527882. OLE color: 11527882.

HSL color Cylindrical-coordinate representation of color #CAE6AF: hue angle of 90.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAE6AF is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 175 -
CMYK 0.12 0 0.24 0.10
HSL 90.55º 0.52% 0.79% -
HSV(B) 90.55º 0.24% 0.9% -
XYZ 60.39 72.25 51.32 -
YUV 215.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 202 230 175 0.12 0 0.24 0.10 90.55 0.52 0.79
Hex CA E6 AF C 0 18 A 5B 34 4F
Octal 312 346 257 14 0 30 12 133 64 117
Binary 11001010 11100110 10101111 1100 0 11000 1010 1011011 110100 1001111

Color Harmonies of #CAE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6AF

Black with #CAE6AF

Text Example


Text Example

White with #CAE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6AF; }

 p { color: rgb(202,230,175); }

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

background-color css

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

 a { background-color: rgb(202,230,175); }

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

border-color css

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

 span { border-color: rgb(202,230,175); }

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