Html Css Color HEX #14827A Surfie Green

📋 copy color: '#14827A'

red 20 ◦ green 130 ◦ blue 122

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

Shades of Surfie Green #14827A

Tints of Surfie Green #14827A

RGB

 RED value IS 20 (8.2% from 255) = 7.35%

 GREEN value IS 130 (51.17% from 255) = 47.79%

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 7.35%
G = 47.79%
B = 44.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#14827A (or 0x14827A) is known color: Surfie Green. HEX triplet: 14, 82 and 7A. RGB value is (20,130,122). Sum of RGB (Red+Green+Blue) = 20+130+122=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #14827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14827A is #EB7D85. Grayscale: #606060. Windows color (decimal): -15433094 or 8028692. OLE color: 8028692.

HSL color Cylindrical-coordinate representation of color #14827A: hue angle of 175.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14827A is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 122 -
CMYK 0.85 0 0.06 0.49
HSL 175.64º 0.73% 0.29% -
HSV(B) 175.64º 0.85% 0.51% -
XYZ 11.78 17.52 21.17 -
YUV 96.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 20 130 122 0.85 0 0.06 0.49 175.64 0.73 0.29
Hex 14 82 7A 55 0 6 31 B0 49 1D
Octal 24 202 172 125 0 6 61 260 111 35
Binary 10100 10000010 1111010 1010101 0 110 110001 10110000 1001001 11101

Color Harmonies of #14827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14827A

Black with #14827A

Text Example


Text Example

White with #14827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14827A; }

 p { color: rgb(20,130,122); }

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

background-color css

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

 a { background-color: rgb(20,130,122); }

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

border-color css

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

 span { border-color: rgb(20,130,122); }

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