Html Css Color HEX #CAE69B Reef

📋 copy color: '#CAE69B'

red 202 ◦ green 230 ◦ blue 155

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

Shades of Reef #CAE69B

Tints of Reef #CAE69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 34.41%
G = 39.18%
B = 26.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CAE69B (or 0xCAE69B) is known color: Reef. HEX triplet: CA, E6 and 9B. RGB value is (202,230,155). Sum of RGB (Red+Green+Blue) = 202+230+155=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE69B is #351964. Grayscale: #D5D5D5. Windows color (decimal): -3479909 or 10217162. OLE color: 10217162.

HSL color Cylindrical-coordinate representation of color #CAE69B: hue angle of 82.4º 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 #CAE69B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 155 -
CMYK 0.12 0 0.33 0.10
HSL 82.4º 0.6% 0.75% -
HSV(B) 82.4º 0.33% 0.9% -
XYZ 58.57 71.52 41.73 -
YUV 213.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 202 230 155 0.12 0 0.33 0.10 82.4 0.6 0.75
Hex CA E6 9B C 0 21 A 52 3C 4B
Octal 312 346 233 14 0 41 12 122 74 113
Binary 11001010 11100110 10011011 1100 0 100001 1010 1010010 111100 1001011

Color Harmonies of #CAE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE69B

Black with #CAE69B

Text Example


Text Example

White with #CAE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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