Html Css Color HEX #4BA69A Cadet Blue

📋 copy color: '#4BA69A'

red 75 ◦ green 166 ◦ blue 154

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

Shades of Cadet Blue #4BA69A

Tints of Cadet Blue #4BA69A

RGB

 RED value IS 75 (29.69% from 255) = 18.99%

 GREEN value IS 166 (65.23% from 255) = 42.03%

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

R = 18.99%
G = 42.03%
B = 38.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#4BA69A (or 0x4BA69A) is known color: Cadet Blue. HEX triplet: 4B, A6 and 9A. RGB value is (75,166,154). Sum of RGB (Red+Green+Blue) = 75+166+154=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA69A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA69A is #B45965. Grayscale: #898989. Windows color (decimal): -11819366 or 10135115. OLE color: 10135115.

HSL color Cylindrical-coordinate representation of color #4BA69A: hue angle of 172.09º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA69A is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 166 154 -
CMYK 0.55 0 0.07 0.35
HSL 172.09º 0.38% 0.47% -
HSV(B) 172.09º 0.55% 0.65% -
XYZ 22.37 31.1 35.4 -
YUV 137.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 75 166 154 0.55 0 0.07 0.35 172.09 0.38 0.47
Hex 4B A6 9A 37 0 7 23 AC 26 2F
Octal 113 246 232 67 0 7 43 254 46 57
Binary 1001011 10100110 10011010 110111 0 111 100011 10101100 100110 101111

Color Harmonies of #4BA69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA69A

Black with #4BA69A

Text Example


Text Example

White with #4BA69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA69A; }

 p { color: rgb(75,166,154); }

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

background-color css

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

 a { background-color: rgb(75,166,154); }

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

border-color css

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

 span { border-color: rgb(75,166,154); }

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