Html Css Color HEX #CEFA92 Reef

📋 copy color: '#CEFA92'

red 206 ◦ green 250 ◦ blue 146

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

Shades of Reef #CEFA92

Tints of Reef #CEFA92

RGB

 RED value IS 206 (80.86% from 255) = 34.22%

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

 BLUE value IS 146 (57.42% from 255) = 24.25%

R = 34.22%
G = 41.53%
B = 24.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CEFA92 (or 0xCEFA92) is known color: Reef. HEX triplet: CE, FA and 92. RGB value is (206,250,146). Sum of RGB (Red+Green+Blue) = 206+250+146=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA92 is #31056D. Grayscale: #E1E1E1. Windows color (decimal): -3212654 or 9632462. OLE color: 9632462.

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

Color convert

RGB 206 250 146 -
CMYK 0.18 0 0.42 0.02
HSL 85.38º 0.91% 0.78% -
HSV(B) 85.38º 0.42% 0.98% -
XYZ 64.83 83.57 39.91 -
YUV 224.99 83.42 114.46 -
System Red Green Blue C M Y K H S L
Decimal 206 250 146 0.18 0 0.42 0.02 85.38 0.91 0.78
Hex CE FA 92 12 0 2A 2 55 5B 4E
Octal 316 372 222 22 0 52 2 125 133 116
Binary 11001110 11111010 10010010 10010 0 101010 10 1010101 1011011 1001110

Color Harmonies of #CEFA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA92

Black with #CEFA92

Text Example


Text Example

White with #CEFA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA92; }

 p { color: rgb(206,250,146); }

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

background-color css

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

 a { background-color: rgb(206,250,146); }

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

border-color css

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

 span { border-color: rgb(206,250,146); }

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